TouchEvent

interface TouchEvent

A common interface that all touch events must extend.

Since

8.0.0

Inheritors

Functions

Link copied to clipboard
abstract fun changedTouches(): List<TouchPoint>
Contains touch points that have changed since the last touch event.
Link copied to clipboard
abstract fun points(): List<TouchPoint>
Returns the sequence of touch points performed during the touch event.
Link copied to clipboard
abstract fun targetTouches(): List<TouchPoint>
Contains all touch points that are specific to the target element.